type net/http.httpRange
8 uses
net/http (current package)
fs.go#L854: type httpRange struct {
fs.go#L858: func (r httpRange) contentRange(size int64) string {
fs.go#L862: func (r httpRange) mimeHeader(contentType string, size int64) textproto.MIMEHeader {
fs.go#L871: func parseRange(s string, size int64) ([]httpRange, error) {
fs.go#L879: var ranges []httpRange
fs.go#L891: var r httpRange
fs.go#L955: func rangesMIMESize(ranges []httpRange, contentType string, contentSize int64) (encSize int64) {
fs.go#L967: func sumRangesSize(ranges []httpRange) (size int64) {